projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af4b946
)
(Fencode_time): Remove NEXTSTEP workaround;
author
Paul Eggert
<eggert@twinsun.com>
Tue, 3 Sep 1996 05:24:22 +0000
(
05:24
+0000)
committer
Paul Eggert
<eggert@twinsun.com>
Tue, 3 Sep 1996 05:24:22 +0000
(
05:24
+0000)
we now use our mktime instead.
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index 9aff3ed99dad46a4623cfd1888dbc203520e3f41..dfe80b3c4bf1d35a42a1fd2fcf324839cc5d1eb1 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-767,10
+767,6
@@
If you want them to stand for years in this century, you must do that yourself."
sprintf (tzbuf, "XXX%s%d:%02d:%02d", "-" + (XINT (zone) < 0),
abszone / (60*60), (abszone/60) % 60, abszone % 60);
tzstring = tzbuf;
-#ifdef _NEXT_SOURCE
- /* On NEXTSTEP, timezone environment var is ignored. */
- tm.tm_gmtoff = XINT (zone);
-#endif
}
else
error ("Invalid time zone specification");